projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd96117
)
And free the string...
author
Matthias Clasen
<matthiasc@src.gnome.org>
Fri, 6 Jan 2006 21:54:09 +0000
(21:54 +0000)
committer
Matthias Clasen
<matthiasc@src.gnome.org>
Fri, 6 Jan 2006 21:54:09 +0000
(21:54 +0000)
gtk/gtkfilechooserbutton.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfilechooserbutton.c
b/gtk/gtkfilechooserbutton.c
index 18c3d97fcf4f4c70f13c03b4f5e1d37cbecab0b1..7219734ccea93e4ebd256c02c80dd64c2a5d47df 100644
(file)
--- a/
gtk/gtkfilechooserbutton.c
+++ b/
gtk/gtkfilechooserbutton.c
@@
-1361,6
+1361,7
@@
model_add_special (GtkFileChooserButton *button)
if (pixbuf)
g_object_unref (pixbuf);
+ g_free (display_name);
button->priv->n_special++;
#ifndef G_OS_WIN32